Produced by Araxis Merge on 2021-05-13 09:09:04 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | 2021-05-13 09:09:04 +0000 | ||
| 2 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Theme/web/css/source/module | _info_box.less | 2021-02-12 03:58:14 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 257 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | & when (@media-common = true) { | |||||
| 2 | .porto-icon { | |||||
| 3 | display: inline-block; | |||||
| 4 | font-size: 32px; | |||||
| 5 | height: 2em; | |||||
| 6 | width: 2em; | |||||
| 7 | text-align: center; | |||||
| 8 | line-height: 2em; | |||||
| 9 | box-sizing: content-box!important; | |||||
| 10 | i { | |||||
| 11 | line-height: inherit; | |||||
| 12 | } | |||||
| 13 | &.none { | |||||
| 14 | display: inline-block; | |||||
| 15 | font-size: 35px; | |||||
| 16 | height: 1em; | |||||
| 17 | width: auto; | |||||
| 18 | text-align: center; | |||||
| 19 | line-height: 1; | |||||
| 20 | } | |||||
| 21 | &.circle { | |||||
| 22 | border-radius: 50%; | |||||
| 23 | } | |||||
| 24 | } | |||||
| 25 | ||||||
| 26 | /* Info Box */ | |||||
| 27 | .porto-sicon-box .porto-icon, | |||||
| 28 | .porto-sicon-box .img-icon { | |||||
| 29 | transition: transform .2s linear; | |||||
| 30 | } | |||||
| 31 | .porto-sicon-header .porto-sicon-title { | |||||
| 32 | margin: 3px 0; | |||||
| 33 | } | |||||
| 34 | .default-icon .porto-sicon-header .porto-sicon-title:not(:last-child) { | |||||
| 35 | margin: 0 0 3px; | |||||
| 36 | } | |||||
| 37 | .porto-sicon-header h3.porto-sicon-title { | |||||
| 38 | font-size: 16px; | |||||
| 39 | line-height: 1.2em | |||||
| 40 | } | |||||
| 41 | .porto-sicon-header > p:last-child { | |||||
| 42 | margin-bottom: 0; | |||||
| 43 | } | |||||
| 44 | .porto-sicon-description { | |||||
| 45 | width: 100%; | |||||
| 46 | display: block; | |||||
| 47 | line-height: 24px; | |||||
| 48 | margin-top: 0; | |||||
| 49 | } | |||||
| 50 | .porto-sicon-header +.porto-sicon-description { | |||||
| 51 | margin-top: 16px | |||||
| 52 | } | |||||
| 53 | .porto-sicon-read { | |||||
| 54 | display: block; | |||||
| 55 | padding: 5px 0; | |||||
| 56 | text-decoration: none | |||||
| 57 | } | |||||
| 58 | a.porto-sicon-box-link { | |||||
| 59 | text-decoration: none; | |||||
| 60 | border: none; | |||||
| 61 | display: block | |||||
| 62 | } | |||||
| 63 | .porto-sicon-box.default-icon { | |||||
| 64 | display: -ms-flexbox; display: flex; | |||||
| 65 | -ms-flex-align: center; align-items: center; | |||||
| 66 | } | |||||
| 67 | .porto-sicon-box.flex-wrap { | |||||
| 68 | .porto-sicon-header { | |||||
| 69 | -ms-flex: 1; flex: 1; | |||||
| 70 | min-width: 50% | |||||
| 71 | } | |||||
| 72 | } | |||||
| 73 | .default-icon .porto-sicon-default .porto-icon, | |||||
| 74 | .default-icon .porto-sicon-default .porto-sicon-img { | |||||
| 75 | margin-right: 15px; | |||||
| 76 | } | |||||
| 77 | .top-icon .porto-icon, | |||||
| 78 | .top-icon .porto-sicon-img, | |||||
| 79 | .top-icon .porto-sicon-header, | |||||
| 80 | .top-icon .porto-sicon-description { | |||||
| 81 | display: block; | |||||
| 82 | margin: 0 auto | |||||
| 83 | } | |||||
| 84 | .top-icon .porto-sicon-header { | |||||
| 85 | p:last-child { | |||||
| 86 | margin-bottom: 0; | |||||
| 87 | } | |||||
| 88 | margin-bottom: 1rem; | |||||
| 89 | } | |||||
| 90 | .top-icon .porto-sicon-description { | |||||
| 91 | margin-top: 15px | |||||
| 92 | } | |||||
| 93 | .top-icon .porto-sicon-header+.porto-sicon-description { | |||||
| 94 | margin-top: 0 | |||||
| 95 | } | |||||
| 96 | .porto-sicon-box.left-icon, | |||||
| 97 | .porto-sicon-box.right-icon { | |||||
| 98 | display: -ms-flexbox; | |||||
| 99 | display: flex; | |||||
| 100 | } | |||||
| 101 | .left-icon .porto-sicon-left .porto-icon, | |||||
| 102 | .left-icon .porto-sicon-left .porto-sicon-img { | |||||
| 103 | margin-right: 20px; | |||||
| 104 | } | |||||
| 105 | .left-icon .porto-sicon-body, | |||||
| 106 | .right-icon .porto-sicon-body { | |||||
| 107 | -ms-flex: 1; | |||||
| 108 | flex: 1; | |||||
| 109 | max-width: 100%; | |||||
| 110 | } | |||||
| 111 | ||||||
| 112 | .porto-sicon-box.top-icon { | |||||
| 113 | text-align: center | |||||
| 114 | } | |||||
| 115 | .porto-sicon-box .porto-just-icon-wrapper { | |||||
| 116 | line-height: 1em; | |||||
| 117 | } | |||||
| 118 | ||||||
| 119 | .right-icon .porto-sicon-right .porto-icon, | |||||
| 120 | .right-icon .porto-sicon-right .porto-sicon-img { | |||||
| 121 | margin-left: 15px; | |||||
| 122 | } | |||||
| 123 | .right-icon .porto-sicon-body, | |||||
| 124 | .right-icon .porto-sicon-body *, | |||||
| 125 | .right-icon .porto-sicon-header .porto-sicon-title, | |||||
| 126 | .right-icon .porto-sicon-description { | |||||
| 127 | text-align: right; | |||||
| 128 | } | |||||
| 129 | .heading-right-icon .porto-sicon-heading-right { | |||||
| 130 | display: table-cell; | |||||
| 131 | vertical-align: middle; | |||||
| 132 | width: 100% | |||||
| 133 | } | |||||
| 134 | .porto-sicon-heading-right+.porto-sicon-description { | |||||
| 135 | margin-top: 10px | |||||
| 136 | } | |||||
| 137 | .heading-right-icon .porto-sicon-heading-right .porto-icon, | |||||
| 138 | .heading-right-icon .porto-sicon-heading-right .porto-sicon-img { | |||||
| 139 | margin-left: 15px; | |||||
| 140 | } | |||||
| 141 | .heading-right-icon .porto-sicon-header { | |||||
| 142 | display: table-cell; | |||||
| 143 | vertical-align: middle; | |||||
| 144 | width: 100% | |||||
| 145 | } | |||||
| 146 | .heading-right-icon .porto-sicon-header h3.porto-sicon-title, | |||||
| 147 | .heading-right-icon .porto-sicon-description, | |||||
| 148 | .heading-right-icon .porto-sicon-description * { | |||||
| 149 | text-align: right; | |||||
| 150 | } | |||||
| 151 | ||||||
| 152 | html { | |||||
| 153 | .top-icon { | |||||
| 154 | .porto-just-icon-wrapper { | |||||
| 155 | margin-bottom: 15px; | |||||
| 156 | } | |||||
| 157 | .porto-sicon-header h3.porto-sicon-title { | |||||
| 158 | margin-top: 0; | |||||
| 159 | } | |||||
| 160 | .porto-sicon-header h2.porto-sicon-title { | |||||
| 161 | margin-top: 0; | |||||
| 162 | } | |||||
| 163 | } | |||||
| 164 | .porto-sicon-header h3.porto-sicon-title { | |||||
| 165 | font-size: 1.4em; | |||||
| 166 | font-weight: 400; | |||||
| 167 | text-transform: none; | |||||
| 168 | } | |||||
| 169 | h3.porto-sicon-title { | |||||
| 170 | small { | |||||
| 171 | font-size: 75%; | |||||
| 172 | display: block; | |||||
| 173 | margin: 2px 0 4px; | |||||
| 174 | } | |||||
| 175 | } | |||||
| 176 | .porto-sicon-read { | |||||
| 177 | margin-top: 10px; | |||||
| 178 | } | |||||
| 179 | } | |||||
| 180 | ||||||
| 181 | .info-box-small, | |||||
| 182 | .info-box-small-wrap { | |||||
| 183 | .porto-sicon-box { | |||||
| 184 | margin-bottom: 15px; | |||||
| 185 | } | |||||
| 186 | .porto-sicon-header + .porto-sicon-description { | |||||
| 187 | margin-top: 7px; | |||||
| 188 | } | |||||
| 189 | } | |||||
| 190 | .porto-sicon-box { | |||||
| 191 | margin-bottom: 20px; | |||||
| 192 | /*.fa { | |||||
| 193 | font-family: "FontAwesome" !important; | |||||
| 194 | }*/ | |||||
| 195 | } | |||||
| 196 | .porto-sicon-box.top-icon.text-left, | |||||
| 197 | .porto-sicon-box.bottom-icon.text-left { | |||||
| 198 | .porto-just-icon-wrapper, | |||||
| 199 | .porto-sicon-header, | |||||
| 200 | .porto-sicon-img, | |||||
| 201 | .porto-sicon-description { | |||||
| 202 | text-align: left !important; | |||||
| 203 | } | |||||
| 204 | } | |||||
| 205 | .porto-sicon-box.top-icon.text-right, | |||||
| 206 | .porto-sicon-box.bottom-icon.text-right { | |||||
| 207 | .porto-just-icon-wrapper, | |||||
| 208 | .porto-sicon-header, | |||||
| 209 | .porto-sicon-img, | |||||
| 210 | .porto-sicon-description { | |||||
| 211 | text-align: right !important; | |||||
| 212 | } | |||||
| 213 | } | |||||
| 214 | /* effects */ | |||||
| 215 | .porto-sicon-box { | |||||
| 216 | &.style_2:hover .porto-icon, &.style_2:hover .img-icon { | |||||
| 217 | transform: scale(1.15, 1.15); | |||||
| 218 | } | |||||
| 219 | &.style_3:hover .porto-icon, &.style_3:hover .img-icon { | |||||
| 220 | transform: translateY(-4px); | |||||
| 221 | } | |||||
| 222 | ||||||
| 223 | &.featured-icon { | |||||
| 224 | .porto-sicon-header h3.porto-sicon-title { | |||||
| 225 | font-weight: 600; | |||||
| 226 | } | |||||
| 227 | ||||||
| 228 | .porto-icon { | |||||
| 229 | border-radius: 35px; | |||||
| 230 | color: #fff; | |||||
| 231 | margin-right: 10px; | |||||
| 232 | height: 35px; | |||||
| 233 | position: relative; | |||||
| 234 | text-align: center; | |||||
| 235 | width: 35px; | |||||
| 236 | background: transparent; | |||||
| 237 | line-height: 32px; | |||||
| 238 | &:after { | |||||
| 239 | border-radius: 50%; | |||||
| 240 | box-sizing: initial; | |||||
| 241 | content: ""; | |||||
| 242 | display: block; | |||||
| 243 | height: 100%; | |||||
| 244 | left: -4px; | |||||
| 245 | padding: 1px; | |||||
| 246 | position: absolute; | |||||
| 247 | top: -4px; | |||||
| 248 | width: 100%; | |||||
| 249 | } | |||||
| 250 | ||||||
| 251 | i { | |||||
| 252 | line-height: 35px; | |||||
| 253 | } | |||||
| 254 | } | |||||
| 255 | } | |||||
| 256 | } | |||||
| 257 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.